projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f45c14
)
* lisp/dired-aux.el (dired-copy-file-recursive): Make prompt clearer.
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 23 Sep 2019 15:35:03 +0000
(17:35 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 23 Sep 2019 15:35:03 +0000
(17:35 +0200)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index a321247b0b6e68f4e80c038e485066da7ad6cf39..bfc37c5cdef61ca089e0c9da05f78a74362fcc07 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-1609,7
+1609,7
@@
If `ask', ask for user confirmation."
(if (and recursive
(eq t (file-attribute-type attrs))
(or (eq recursive 'always)
- (yes-or-no-p (format "
Recursive copies of %s
? " from))))
+ (yes-or-no-p (format "
Copy %s recursively
? " from))))
(copy-directory from to preserve-time)
(or top (dired-handle-overwrite to))
(condition-case err